﻿@charset "utf-8";
/*通用*/
.comwidth {
    width: 1000px;
    margin-left: auto;
    margin-right: auto;
}
.clear,cl{clear:both; height:0;}.fleft,.fl{float:left}.fright,.fr{ float:right}.cen{ text-align:center;}
.h20{ height:20px;}
.top20{ margin-top:20px}.bot20{ margin-bottom:20px}.left20{ margin-left:20px}.right20{ margin-right:20px}
.top15{ margin-top:15px}.bot15{ margin-bottom:15px}.left15{ margin-left:15px}.right15{ margin-right:15px}
.top10{ margin-top:10px}.bot10{ margin-bottom:10px}.left10{ margin-left:10px}.right10{ margin-right:10px}
.top05{ margin-top:5px}.bot05 { margin-bottom:5px}.left05{ margin-left:5px}.right05{ margin-right:5px}
.border-radius-3{ -moz-border-radius: 3px 3px 0 0;-webkit-border-radius: 3px 3px 0 0;border-radius: 3px 3px 0 0;}
.border-radius-4{ -moz-border-radius: 4px 4px 0 0;-webkit-border-radius: 4px 4px 0 0;border-radius: 4px 4px 0 0;}
.border-radius-5{ -moz-border-radius: 5px 5px 0 0;-webkit-border-radius: 5px 5px 0 0;border-radius: 5px 5px 0 0;}


/* 头部 */
.top-bar {
    height: 24px;
    line-height: 24px;
    color: #F9F9F9;
    background-color: #B7B7B7;
}
.top-box {
    width: 950px;
    margin: 0 auto;
}
.top-box a {
    color: #f9f9f9;
    margin-left: 10px;
}
.logo-bar {
    height: 83px;
    overflow: hidden;
    background: url(../images/logo-bg.jpg) repeat-x;
}
/*导航栏*/
.nav-bar {
    background-color: #B80D0D;
    height: 52px;
}
.nav-bar ul li {
    float: left;
}
.nav-bar ul li a {
    display: inline-block;
    /*padding: 8px 27px 7px;*/
    line-height: 52px;
    padding: 0 24px;
    color: #fff;
    font-size: 14px;
    text-align: center;
    background: url(../images/nav-bg.jpg) no-repeat left top;
    -webkit-transition: all .2s ease-out;
    -moz-transition: all .2s ease-out;
    -ms-transition: all .2s ease-out;
    -o-transition: all .2s ease-out;
    transition: all .2s ease-out;
}
.nav-bar ul li a span {
    font-size: 10px;
    color: #D89494;
    text-transform: uppercase;
    font-size: 12px;
}
.nav-bar ul li:first-child a {
    background: none;
}
.nav-bar ul li a.on,
.nav-bar ul li:hover a {
    background: #900000;
}


/* banner */
.banner{ min-width:1000px;  position:relative;  height:450px; overflow:hidden;  }
.banner .bd{ position:relative; z-index:0;  }
.banner .bd ul{ width:100% !important; }
.banner .bd li{ width:100% !important;  height:450px; }
.banner .bd li .siteWidth{ width:1000px; position:relative;  margin:0 auto;  height:450px;  }
.banner .bd li a{ height:450px; display:block;  }
.banner .bd .txt{ position:absolute; width:415px; top:100px; left:22px;   font:normal 18px/30px "Microsoft YaHei";    }
.banner .bd .btn{ display:block; zoom:1; margin-top:8px;  width:72px; padding-right:10px;  height:31px; line-height:31px; text-align:center; color:#fff; font-size:12px; background:url(../images/banner-btn.png) 0 0 no-repeat;
_background:url(../images/banner-btn-ie6.png) 0 0 no-repeat;
}
.banner .hd{ width:100%;  position:absolute; z-index:1; bottom:0; left:0; height:30px; line-height:30px; text-align:center; }
.banner .hd ul li{ cursor:pointer; display:inline-block; *display:inline; zoom:1; width:11px; height:11px; margin:4px; background:url(../images/dot-black.png) 0 0; overflow:hidden; 
    line-height:9999px; filter:alpha(opacity=40);opacity:0.4; 
}
.banner .hd ul .on{ filter:alpha(opacity=100);opacity:1;  }
/*内页banner*/
.cont-ban .banner {
    height: 250px;
}


/* 产品中心 */
.product {
    background-color: #F3F3F3;
    padding: 32px 0 40px 0;
    border-bottom: 1px solid #D8D7D7;
}
.product .left {
    width: 242px;
    border: 2px solid #DDDDDD;
}
.product .left h1 {
    display: inline-block;
    width: 242px;
    height: 115px;
    background: url(../images/product-center.jpg) no-repeat;
    font-size: 20px;
    color: #b80e0e;
    text-indent: 1em;
    font-weight: bold;
    line-height: 165px;
}
.product .left ul li {
    width: 100%;
    height: 49px;
    line-height: 49px;
    border-bottom: 1px solid #ECECEC;
}
.product .left ul li a {
    display: inline-block;
    width: 100%;
    height: 100%;
    font-size: 13px;
    color: #414141;
    /*font-weight: bold;*/
    background: url(../images/product-li.png) no-repeat 20px center;
    text-indent: 2.4em;
}
.product .left ul li.on a,
.product .left ul li:hover a{
    background: #D40008 url(../images/product-li-on.png) no-repeat 20px center;
    color: #fff;
}
/*产品中心右侧*/
.product .right {
    width: 725px;
}
.h-title {
    height: 33px;
    line-height: 33px;
    border-bottom: 1px solid #D7D6D6;
}
.h-title h2 {
    display: inline-block;
    width: 50%;
    font-size: 19px;
    color: #d40008;
    position: relative;
}
.h-title h2 span {
    font-size: 15px;
    color: #b7b7b7;
    text-transform: uppercase;
}
.h-title h2 .tit {
    display: inline-block;
    position: absolute;
    left: 0;
    bottom: -3px;
    width: 294px;
    height: 5px;
}
.h-title h2 .hot-tit {
    background: url(../images/hot-tit.jpg) no-repeat;
}
.h-title h2 .recom-tit {
    background: url(../images/tuijian-tit.jpg) no-repeat;
}
.h-title a {
    color: #b7b7b7;
    display: inline-block;
    padding-right: 8px;
    background: url(../images/more.png) no-repeat right center;
}
.h-title a:hover {
    color: #FA0B0B
}
/*
.product .right ul {
    margin-top: 25px;
}
.product .right ul li {
    float: left;
    position: relative;
    margin-bottom: 10px;
    width: 230px;
    height: 115px;
    overflow: hidden;
    text-align: center;
}
.product .right ul li:first-child {
    width: 480px;
    height: 240px;
    overflow: hidden;
    margin-right: 15px;
}
.product .right ul li .tit {
    position: absolute;
    z-index: 200;
    right: 0;
    bottom: 0;
    height: 28px;
    line-height: 28px;
    text-indent: 2.4em;
    padding-right: 5px;
    font-size: 14px;
    color: #fff;
    background: url(../images/product-tit.png) no-repeat;
}
.product .right ul li:first-child .tit {
    bottom: 0;
}
.product .right ul.hot {
    margin-bottom: 6px;
}
.product .right ul li:hover {
    opacity: 0.9;
}
*/
.chanpin{padding-top:20px;}
.chanpin li{ float:left; margin:5px 10px 5px 20px; line-height:30px;display:inline; text-align:center;}
.chanpin li div{ width:200px; height:160px; border:1px solid #ddd;}

/*优势*/
.youshi {
    width: 100%;
    background: #fff;
    border-bottom: 1px solid #DDDCDC;
    padding-top: 29px;
}


/* 客户案例 */
.case-box {
    background: #F3F3F3;
    padding-top: 33px;
}
.case-box .h-title h2 .tit {
    background: url(../images/al-titi.jpg) no-repeat;
}
.case-cont {
    position: relative;
    min-height: 389px;
}
.case-cont ul {
    margin-left: -80px;
}
.case-cont ul li {
    float: left;
    width: 460px;
    height: 140px;
    margin-top: 30px;
    padding-bottom: 30px;
    margin-left: 80px;
}
.case-cont ul li .a-pic {
    width: 182px;
    height: 134px;
    overflow: hidden;
    padding: 1px;
    border: 1px solid #DFDFDF;
    margin-right: 20px;
    text-align: center;
}
.case-cont ul li h3 {
    font-size: 14px;
    color: #4f4f4f;
    font-weight: bold;
}
.case-cont ul li h5 {
    color: #6d6d6d;
    line-height: 27px;
}
.case-cont ul li p {
    line-height: 21px;
    color: #8f8f8f;
}
.case-cont ul li .more {
    color: #d40008;
    line-height: 38px;
}
.case-box .h-title {
    margin-bottom: -10px;
}
.case-cont .fenge {
    position: absolute;
    width: 6px;
    height: 389px;
    left: 50%;
    top: 10px;
    background: url(../images/fenge.jpg) no-repeat;
}
.case-cont .ge1,
.case-cont .ge2 {
    width: 460px;
    border-top: 1px solid #DDDCDC;
    position: absolute;
}
.case-cont .ge1 {
    left: 0;
    top: 199px;
}
.case-cont .ge2 {
    right: 0;
    top: 199px;
}



/* 公司环境 */
.huanjin {
    padding: 17px 0 20px 0;
    border-top: 1px solid #DDDCDC;
    border-bottom: 1px solid #DDDCDC;
}
.huanjin .h-title h2 .tit {
    background: url(../images/hj-tit.jpg) no-repeat;
}
.huanjin .show {
    margin-top: 20px;
    width: 1000px;
    overflow: hidden;
}
.huanjin .show ul li {
    float: left;
    margin: 0 6px;
    width: 186px;
    height: 152px;
    padding: 1px;
    border: 1px solid #D7D6D6;
    position: relative;
    text-align: center;
}
.huanjin .show ul li a {
    display: inline-block;
    width: 186px;
    height: 152px;
    overflow: hidden;
}
.huanjin .show ul li h5 {
    position: absolute;
    left: 1px;
    bottom: 1px;
    display: inline-block;
    width: 186px;
    height: 22px;
    line-height: 22px;
    text-align: center;
    color: #fff;
    background: rgba(86,83,78,0.7);
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#7f56534E,endColorstr=#7f56534E);
    -webkit-transition: all .2s ease-out;
    -moz-transition: all .2s ease-out;
    -ms-transition: all .2s ease-out;
    -o-transition: all .2s ease-out;
    transition: all .2s ease-out;
}
.huanjin .show ul li:hover h5 {
    height: 40px;
    line-height: 40px;
}


/*公司与新闻*/
.about {
    padding: 20px 0 20px 0;
    background: #F3F3F3;
}
.about .h-title h2 .tit {
    background: url(../images/about-tit.jpg) no-repeat;
}
.about-box,
.news-box {
    padding-top: 20px;
}
.about-box .left {
    margin-right: 25px;
}
.about-box .cont {
    width: 315px;
    height: 330px;
    padding: 0px 20px 0 0;
    color: #8f8f8f;
    line-height: 26px;
    border-right: 1px solid #DEDDDD;
}
.about-box .cont h1,
.about-box .cont h2,
.about-box .cont h3,
.about-box .cont h4 {
    font-weight: bold;
}
.about-box .cont a.more {
    color: #D40008;
}
/*新闻*/
.news-box {
    width: 360px; 
}
.news-tit {
    height: 22px;
    line-height: 22px;
    font-weight: bold;
    margin-bottom: -10px;
    font-size: 14px;
    color: #919191
}
.news-tit ul {
    float: left;
    width: 200px;
}
.news-tit ul li {
    float: left;
    padding-right: 5px;
}
.news-tit ul li:hover {
    cursor: pointer;
}
.news-tit ul li.on {
    color: #d40008;
}
.news-tit .btn a {
    display: inline-block;
    height: 21px;
    margin-left: 3px;
    font-weight:normal;
    color: #CBBCB7;
    font-size: 12px;
}
.news-tit .btn a:hover {
    color: #8C8C8C;
}
.news-tit .btn .left {
    background: url(../images/h-left.jpg) no-repeat;
}
.news-tit .btn .right {
    background: url(../images/h-right-no.jpg) no-repeat;
}
.news-tit .btn .left:hover {
    background: url(../images/h-left-yes.jpg) no-repeat;
}
.news-tit .btn .right:hover {
    background: url(../images/h-right.jpg) no-repeat;
}
.news-cont {
    position: relative;
}
.news-cont ul {
    position: absolute;
    display: none;
}
.news-cont ul.on {
    display: block;
}
.news-cont li {
    height: 88px;
    margin-top: 23px;
}
.news-cont li .a-pic {
    width: 111px;
    height: 88px;
    margin-right: 20px;
    overflow: hidden;
    text-align: center;
}
.news-cont li h3 {
    display: inline-block;
    line-height: 30px;
    height: 30px;
    width: 228px;
    overflow: hidden;
}
.news-cont li h3 a {
    color: #555555;
    font-weight: bold;
}
.news-cont li h3 a:hover {
    color: #D90008;
}
.news-cont li p {
    color: #8f8f8f;
    line-height:18px;
}


/* 友情链接 */
.links {height:105px;line-height:24px;
    background: url(../images/links-bg.jpg) repeat-x;
}
.links img {
    padding-right: 35px;
}
.links a {
    color: #555555;
    margin:0px 10px;
}
.links a.more {
    color: #CBBCB7;
}
.links a.more:hover {
    color: #8C8C8C;
}


/* 底部 */
.footer {
    height: 200px;
    background: url(../images/foot-bg.jpg);
    border-top: 4px solid #B20000;
}
.foo-nav {
    width: 1000px;
    height: 40px;
    overflow: hidden;
    line-height: 40px;
    padding-bottom: 10px;
}
.foo-nav a {
    color: #dfdfdf;
    font-size: 14px;
    margin-right: 52px;
}
.foo-nav a:hover {
    color: #fff;
}
.footer .left {
    color: #e0e0e0;
    line-height: 26px;
}
.footer .left a {
    color: #e0e0e0;
}
.footer .left p {
    /*padding-top: 11px;*/
}
.footer .right {
    margin-right: 58px;
}
.footer .right .qr-box {
    float: left;
    margin-left: 50px;
    color: #e0e0e0;
    line-height: 24px;
    text-align: center;
}


/* 内页样式 */
/*内页左侧*/
#page-warp {
    width:980px;
    margin:0 auto;
}
#left {
    float:left;
    width:220px;
    /*min-height:582px;*/
    margin:20px 0;
}
.sidebar h3 { 
    text-align: left;
    color: #fff;
    background: #D30102 url("../images/left-tit-bg.png") no-repeat scroll 10px center;
    text-indent: 31px;
    line-height: 40px;
    font-size: 16px;
    font-weight: normal;
}
.sidebar .fenlei{
    overflow:hidden;
    border: 1px solid #EEEEEE;
    padding: 3px 12px 13px 10px;
}
.sidebar .fenlei li a{
    font-size: 14px;
    display: inline-block;
    width: 100%;
    line-height: 30px;
    border: 1px solid #E3E3E3;
    background: #F2F2F2 url(../images/fenlei-tit-bg.png) no-repeat 10px center;
    margin-top: 10px;
    text-indent: 20px;
}
.sidebar .fenlei li.on>a,
.sidebar .fenlei li a:hover { 
    background: #E3AD00 url(../images/fenlei-tit-on-bg.png) no-repeat 10px center;
    border: 1px solid #D88E07;
    color: #fff;
}
.sidebar .fenlei li a.curr { 
    background: #FFCD50; 
    color: #1E1613;
    border: 1px solid #FED190;
}
.contact-lb {
    /*width:196px;*/
    line-height:24px;
    border:1px solid #eeeeee;
    padding:15px;
}

/* 内页右侧样式*/
#right {
    float:right;
    width:745px;
    margin:20px 5px 15px 0;
    overflow: hidden;
    /*border: 1px solid #e4e4e4;*/
}
.position{ 
    background: url(../images/right-tit-bg.jpg) no-repeat;
    line-height: 40px;
    text-indent: 30px;
    border-right: 1px solid #eeeeee;
    color: rgb(96, 96, 96);
}
.position span,
.position a {
    color: rgb(96, 96, 96);
}
#about,#news_list,#product {
    border: 1px solid #eeeeee;
    border-top: none;
    padding: 15px;
    font-size: 14px;
    line-height: 26px;
}
#about .cont {
    min-height: 220px;
}
#about h1 {color: #000;font-size: 18px;line-height: 35px;text-align: center;}
#about .time{ color:#999;border-bottom: 1px dashed #d8d8d8; font-size: 12px; line-height: 30px; margin: 10px 0 15px 0; text-align:center;}
#about .time a{ color:#999;}
#about .imgshow img{ max-width:600px; margin:10px auto;}
.bds_more{ background:none;}

#news_list ul li{ 
    /*background:url(../images/arc.png) no-repeat 0px 8px; */
    display:block; 
    border-bottom:1px dashed #d8d8d8; 
    margin-bottom:10px; 
    padding:0 0 10px 10px;}
#news_list ul li h2{ font-size:14px; height:30px; overflow:hidden; line-height:30px; margin-bottom:2px;}
#news_list ul li h2 label{color:#aeaeae; display:inline; float:right; font-size:12px; font-weight:100; width:180px; text-align:right;}
#news_list ul li h2 label a{ float:right; margin-top:2px;}
#news_list ul li h2 label a img{ margin-top:3px;}
#news_list ul li h2 a{ font-size:14px; color:#333;}
#news_list ul li p{ line-height:20px; color:#666;}
#news_list ul li h2 a:hover {
    color: #000;
    text-decoration: underline;
}
/*--/news_list--*/

/* 产品分类样式*/
#prod_wrap {
    height:490px;
    background:url(../images/mainbg.jpg) repeat-x left bottom;
    padding-top:35px;
}
#main {
    width:980px;
    margin:0 auto;
    padding-bottom:20px;
    display:table;
    overflow-x:hidden;
}
#categories {
    float:left;
    width:228px;
}
#categories h3 {
    height:50px;
    line-height:50px;
    background:url(../images/productbg.jpg) no-repeat left top;
    font-size:24px;
}
#categories h3 {
    background-position:left top;
    text-align:center;
    color:#fff;
}
#categories .fenlei {
    height:430px;
}
#categories .fenlei li {
    background:url(../images/fenlei_li.jpg) no-repeat;
    margin-top:10px;
    height:34px;
}
#categories .fenlei li a {
    display:block;
    width:193px;
    padding-left:35px;
    height:34px;
    line-height:34px;
    overflow:hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
}
#categories .fenlei li:hover a {
    background:url(../images/fenlei_lia.jpg) no-repeat;
    color:#fff;
}

/* 首页产品列表样式 */
#product_list {
    padding-top:10px;
    overflow:hidden;
    text-align: center;
    border: 1px solid #e4e4e4;
    border-top: none;
}
.chanpin ul,
#product_list ul {
    /*width:730px; */
    display: inline-block;
    background: rgba(255,255,255,0.5);
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#7fffffff,endColorstr=#7fffffff);
}
.chanpin ul li,
#product_list ul li {
    float: left;
    margin: 8px 3px 15px 10px;
}
.chanpin ul li div,
#product_list ul li div {
    width: 230px;
    height: 180px;
    overflow: hidden;
    text-align: center;
    background-color: #fff;
    border: 1px solid #F3F3F3;
}
.chanpin ul li:hover div,
#product_list ul li:hover div {
    opacity: 0.8;
}
.chanpin ul li:hover p,
#product_list ul li:hover p {
    color: #D30102;
}
.chanpin ul li p a,
#product_list ul li p a {
    color: #606060;
}
.chanpin ul li:hover p a,
#product_list ul li:hover p a {
    color: #D30102;
}



/*内页*/
.chanpin ul li p,#product_list ul li p{ text-align:center;height:30px;line-height:30px;}
/*#product_list ul li p a:hover {
    color: #1E1613;
}*/


/*分页样式*/
#pagelist {
    padding: 5px 10px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    margin-bottom: 3px;
}
#pagelist a, 
span.page_index,
span.page_prev, 
#pagelist span.active, 
span.page_end, 
span.page_next, 
#pagelist span {
    cursor: pointer;
    padding: 2px 7px;
    font-size: 12px;
    border: 1px solid #CCCCCC;
}
#pagelist span.active { 
    background-color: #D30102;
    color: #fff;
    /*border-color: #CAA541;*/
}
#pagelist a:hover, #pagelist span:hover {
    background-color: #D30102;
    color: #fff;
    /*border-color: #CAA541;*/
}
#pagelist span:first-child {
    
    border: none;
}
#pagelist span:first-child:hover {
    background: #fff;
    color: #333333;
    cursor: default;
}
/*--/pagelist--*/

.prew, .nextw { margin-top:20px; background: url("../images/ui_pre_info.gif") no-repeat scroll left 6px;float: left;height: 24px;line-height: 24px;overflow: hidden;padding-left: 15px;text-align: left;width: 46%; color:#878787; font-size:12px;}
.nextw { background: url("../images/ui_next_info.gif") no-repeat scroll right 6px;float: right; padding-right: 15px; text-align: right;}
.prew a, .nextw a { color:#878787; font-size:12px;}
.prew a:hover, .nextw a:hover, .about .time a:hover {color: #332520;}
.prew i,
.nextw i {
    color: #000;
    font-style: normal;
}

/*--/next_prew--*/

/*相关资讯&相关产品的轮播*/
#xg_news {
    padding-top: 10px;
}
#xg_pic {
    /*margin-top: 10px;*/
}
#xg_pic h2, #xg_news h2, #plun h2,.content h2{
    font-weight: normal;
    color: #fff;
    font-size: 14px;
    height: 30px;
    line-height: 30px;
    text-indent: 10px;
    border-bottom: 1px solid #D30102;
}
#xg_pic h2 span, #xg_news h2 span, #plun h2 span,.content h2 span {
    padding: 0 15px 0 5px;
    display: inline-block;
    background: #D30102;
}
#xg_news ul li {
    background: url("../images/ico10.gif") no-repeat scroll 10px center;
    border-bottom: 1px dashed #d8d8d8;
    float: left;
    height:30px;
    line-height: 30px;
    overflow:hidden;
    padding: 0 1% 0 3%;
    width: 46%;
}
#xg_news ul li a{ font-size:12px;}
#xg_news ul li a:hover {
    color: #322823;
}
.di { border: 1px solid #d8d8d8; height: 160px; overflow: hidden; width: 160px; background-color:#fff;}
.di:hover {border: 1px solid #D30102; opacity: 0.8;}
#marquee { margin-top:30px; overflow:hidden; width:100%;}
#marquee img {}
#marquee dl, #marquee dt, #marquee dd, #marquee a { float: left; padding: 0; text-align:center; font-size:12px;}
#marquee a{ margin:0 5px 0 5px; width:162px; overflow:hidden;}
#marquee dl dt a { display:inline; float:left; line-height: 20px;}
/*#marquee dl dt a:hover .di{ border:1px solid #35c4ff;}*/
#marquee dl { width:1000%; }

.probar { padding: 10px 0 0;}
.probar_left { width: 673px;}
.probar_right { height: 402px; width: 296px;}
.probar_right li { border: 0 none;}
.probar_right li h1, .probar_right li h3 {    border-bottom: 1px dashed #d8d8d8;}
.tagContent_ { border: 1px solid #d8d8d8; height: 400px; overflow: hidden; text-align: center; width: 400px;}
#thumb { float: left; overflow: hidden; width: 402px;}
#thumb li { border: 1px solid #d8d8d8; display: inline; float: left; height: 70px; margin: 10px 4px; overflow: hidden; text-align: center; width: 70px;}
#thumb li:hover { border: 1px solid #d8d8d8;}
#thumb li img {}
#thumb li A { float: left; height: 70px; line-height: 70px; text-align: center; width: 70px;}
#thumb li.emptyTag {}
#thumb li.selectTag { position: relative;}
#thumb li.selectTag A {}

.big{ background:url(../images/big.png) no-repeat 150px center; float:left; width:100%; text-align:center; height:18px; line-height:18px; padding-left:20px;}

#show{ width:400px; height:400px; overflow:hidden; position:relative; left:0; border:1px solid #d8d8d8; text-align:center; background-color:#fff;}
#show_mark{ position:absolute; top:0; left:0; width:400px; height:400px; background-color:#000; opacity:1; filter:alpha(opacity=50); cursor:crosshair; border:1px solid #999; display:none; }
#zoom{ float:left; position:relative; left:412px; margin-top:-402px; z-index:3; width:300px; height:400px; text-align:center; line-height:400px; display:none; overflow:hidden; border:1px solid #eee; background-color:#fff; z-index:1000;}
#zoom img{ position:absolute; margin:0 auto;}

.probar_right ul { padding: 0 0 0 15px;}
.probar_right ul li { padding: 0 0 0 10px;}
.probar_right ul li h1, .probar_right ul li h3 { color:#181818; font-size: 14px; line-height: 30px; text-align: left;}
.inp, .textarea { border: 1px solid #d8d8d8;color: #686868; font-size: 12px; font-family: "宋体"; height: 24px; line-height: 24px; margin: 5px 0 0; overflow: hidden; padding: 0 5px 0 7px; width: 247px; background:none;}
.inp { height: 24px;}
.textarea { height: 60px;}
.code{ float:left; border:1px solid #d8d8d8; height:18px; margin-right:8px; width:60px; padding:1px; text-align:center; background:none;}
.sub { /*background: url("../images/zixun.gif") no-repeat scroll left center; border: 0 none; cursor: pointer; float: left; height: 23px; width: 61px;*/ margin-top:10px;}

/*--/probar--*/

/*--/guest--*/
#guest {
    color: #545454;
    line-height: 22px;
    width: 680px;
}
.input_on {
    background-color: #FFFFCC;
    background-image: none;
    border: 1px solid #999999;
    float: left;
    height: 18px;
    margin: 0;
    padding: 2px 8px 0 3px;
}
.input_off {
    background-color: #FFFFFF;
    background-image: none;
    border: 1px solid #CCCCCC;
    float: left;
    height: 18px;
    margin: 0;
    padding: 2px 8px 0 3px;
}
.input_move {
    background-color: #FFFFCC;
    background-image: none;
    border: 1px solid #0088CD;
    float: left;
    height: 18px;
    margin: 0;
    padding: 2px 8px 0 3px;
}
.input_out {
    background-color: #FFFFFF;
    background-image: none;
    border: 1px solid #CCCCCC;
    float: left;
    width:260px;
    height: 28px;
    line-height:28px;
    margin: 0;
    padding: 0px 8px 0 3px;
}
.input_out1 {
    background-color: #FFFFFF;
    background-image: none;
    border: 1px solid #CCCCCC;
    float: left;
    font-size: 12px;
    height: 100px;
    line-height:20px;
    margin: 0;
    padding: 2px 8px 0 3px;
    resize: none;
    width: 400px;
}
.input_out2 {
    background-color: #FFFFFF;
    background-image: none;
    border: 1px solid #CCCCCC;
    float: left;
    height: 18px;
    margin: 0;
    padding: 2px 8px 0 3px;
    width: 80px;
}
#guest .input_test {
    list-style-type: none;
    margin: 20px 0 0 60px;
    padding-bottom: 10px;
}
#guest ul.input_test .hr {
    display: block;
    float: left;
    line-height: 27px;
    margin: 0;
    overflow: hidden;
    padding: 0;
    width: 100%;
}
#guest ul.input_test li {
    background-image: none;
    display: inline;
    float: left;
    margin:20px 0 0px 0;
    width: 610px;
}
#guest .input_test label {
    background-image: none;
    float: left;
    font-size: 12px;
    line-height: 30px;
    margin: 0;
    padding: 0;
    text-align: right;
    width:60px;
}
#guest .input_test span {
    background-image: none;
    color: #999999;
    float: left;
    font-size: 12px;
    line-height: 30px;
    margin-left: 0;
    padding-left: 10px;
    text-align: left;
}
#guest .input_test span.inp_zd,#guest .input_test span .inp_zd{ width:250px; height:30px; overflow:hidden;}
#guest .input_test .red {
    color: #FF0000;
    float: none;
}
.yanzhen .code_img { 
    height:31px;
    vertical-align: middle;
}
#guest .code_img{ height:28px; margin:1px auto;}
#sub_btn, #sub_reset {
    height: 24px;
    line-height: 24px;
    margin-right: 10px;
    width: 50px;
}
#sub_btn:hover {
    height: 24px;
    line-height: 24px;
    width: 50px;
}
.inp_kg {
    overflow: hidden;
    width: 50px;
}
#submit, #sub_reset {
    background: red;
    color: #fff;
    cursor: pointer;
    height: 30px;
    width: 70px;
    font-size: 14px;
    font-family: "微软雅黑";
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}
#submit:hover,
#sub_reset:hover {
    background: #333;
}

#guest #submit,
#guest #sub_reset {
    /*border-radius: 3px;*/
    color: #FFf;
    cursor: pointer;
    height: 30px;
    width: 64px;
    /*background: #E3AD00;*/
}
/*yp*/
#guest #sub_reset {
    margin-left: -63px;
}

/*--Guest--*/

#plun {
    border: 1px solid #D3D3D3;
    margin: 20px 0 0 -2px;
    padding: 10px;
    width: 684px;
}
#plun h5 {
    display: block;
    padding: 0 10px 10px;
}
#plun h5 span {
    color: #6B6B6B;
    float: right;
}
#plun h5 label {
    color: #71706D;
    font-size: 14px;
}
#plun .pl {
    margin: 10px 0 0;
}
#plun .pl .text {
    border: 1px solid #D3D3D3;
    color: #666666;
    display: block;
    font-family: "宋体",Arial,Helvetica,sans-serif;
    font-size: 12px;
    height: 80px;
    line-height: 18px;
    width: 682px;
}
#plun .pl li {
    float: left;
    margin: 10px 0 0;
    text-align: left;
    width: 100%;
}
.plun_inp {
    /*border-radius: 3px;*/
    background: red;
    color: #fff;
    border: 0 none;
    height: 30px;
    margin-right: 10px;
    padding: 0;
    width: 66px;
}
.plun_inp:hover {
    cursor: pointer;
    background: #333;
}
.emiall {
    border: 1px solid #eee;
    float: left;
    height: 20px;
    line-height: 20px;
    margin-right: 10px;
    padding: 0 10px 0 0;
}
.em1 {
    color: #666666;
    margin:0 7px;
}
#plun .pl li em {
    float: left;
    height: 22px;
    margin: 0 10px;
    width: 60px;
}
#plun .ly {
    padding: 5px 0;
}
#plun .ly li {
    border-bottom: 1px dashed #CFD3D6;
    clear: both;
    margin: 10px 0 0;
    padding: 0 5px 5px;
}
#plun .ly li label {
    background: url("../images/arrow.gif") no-repeat scroll 2px center transparent;
    color: #267CC8;
    padding: 0 0 0 15px;
}
/*--Guest--*/

#tbox { width:54px; float:right; position:fixed; right:85px; bottom:50px; _position:absolute; _bottom:auto; _top:expression(eval(document.documentElement.scrollTop+document.documentElement.clientHeight-this.offsetHeight-(parseInt(this.currentStyle.marginTop, 10)||0)-(parseInt(this.currentStyle.marginBottom, 10)||0)));
_margin-bottom:15px; z-index:9998 }
#tbox a { overflow:visible; position:relative }
#gotop, #moblie, #home { display:block; width:50px; height:50px; margin-bottom:2px }
#gotop { background:#d3d3d3 url(../images/top_icon.png) no-repeat 5px 3px; }
#home { background:#d3d3d3 url(../images/home_ico.png) no-repeat 5px 3px; }
#moblie { background:#d3d3d3 url(../images/moblie_icon.png) no-repeat 5px 3px; position:relative; }
#gotop:hover { background:#9B9B9B url(../images/top_icon.png) no-repeat 5px 3px; }
#home:hover { background:#9B9B9B url(../images/home_ico.png) no-repeat 5px 3px; }
#moblie:hover { background:#9B9B9B url(../images/moblie_icon.png) no-repeat 5px 3px; }
#moblie .moblie_Code { position:absolute; right:55px; top:-80px; z-index:999999; background:url(../images/mobibarcodeui_tech.png) no-repeat; width:160px; height:160px; text-align:center; }
#moblie .moblie_Code img { margin:5px 0 0 0px; margin-right:10px; }
#moblie .moblie_Code p { width:110px; color:#333; font-site:14px; margin-left:22px; }
.pop_showmsg_wrap:focus { outline:0 none; }
.pop_showmsg_wrap, .pop_showmsg { background:#f6fbfe url(../images/pop_showmsg.png) no-repeat; }
.pop_showmsg_wrap { position:fixed; _position:absolute; z-index:11; height:55px; padding-right:9px; background-position:right 0; border-radius: 8px; box-shadow:0 0 10px #e1e1e1; }
.pop_showmsg { height:55px; font-size:14px; background-position:left 0; border-top-left-radius:8px; border-bottom-left-radius:8px; display:inline-block; }
.pop_showmsg span { padding:10px 10px 10px 68px; display:block; line-height:36px; height:35px; text-shadow: 0 1px 1px #eee; color:#333; }
.pop_showmsg span.success { background:url(../images/success.gif) 20px center no-repeat; }
.pop_showmsg span.warning { background:url(../images/warning.gif) 20px center no-repeat; }

/*hr*/

#about2 .cont{font-size:14px; line-height:26px; min-height:200px; padding-bottom:20px;}
#wrapper{ width:100%; display:table; height:auto;}
